/* Reset + shared page shell (applies across every section) */

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
    margin-left: 3.1rem;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:white;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Custom CSS
 * --------------------------------------- */

body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}

h1{
	font-size: 6em;
}

.splide__slide{
	text-align:center;
    margin: auto;
}

#splide{
    /* background-color: red; */
    height:100vh;   
    width: 96vw;
    float:left;
}

#splide .splide__slide{
    background-color: rgba(0, 0, 0, 0.5);
}

body{
    width: 100vw;
    height:100vh;
    background-image:url("../img/546.JPG");
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
}

.row .col-md-6{
    color: white;
    z-index: 100;
    text-align: left;
}

.row.achieve,.row.contact,.row.info,.row.home{
    height: 100vh;
}

.row.achieve>.col-md-6,
.row.contact>.col-md-6,
.row.info>.col-md-6,
.row.home>.col-md-6{
    align-self: center;
}

.row h1{
    font-size: 3rem!important;
    margin-bottom: 2rem;
}


.row p{
    width: 40vw;
    font-size: 1.2rem;
}

.splide__arrow.splide__arrow--prev,.splide__arrow.splide__arrow--next{
    visibility:hidden;
}

@media only screen and (max-width: 1440px) {
    .row h1 {
        font-size: 2.5rem!important;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 1024px) {
    .row p {
        font-size: 0.9rem;
    }

    .row h1{
        font-size: 1.5rem!important;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .row.achieve, .row.contact, .row.info, .row.home{
        width:123vw;
    }

    .col-md-6{
        max-width: 70%;
    }

    .col-md-6.offset-6 {
        margin: 15%;
    }
}

@media only screen and (max-width: 425px) {
    #splide{
        width:100vw;
    }

    .row.achieve>.col-md-6, .row.contact>.col-md-6, .row.info>.col-md-6, .row.home>.col-md-6{
        margin-top: 10vh;
        align-self:self-start;
    }

    .col-md-6.offset-6{
        margin: 5%;
    }

    .row p{
        width: 69vw;
    }
}

