*
{
    padding: 0;
    margin: 0;

}

header
{
   
    background-color: #f0ead2;
    height: 10vh;
    width: 100%;
    
    
    
}
header h1
{
    position: absolute;
    left: 50px;
    top: 0;
    line-height: 10vh;
}
header ul
{
    position: absolute;
    right: 1vw;
    top: 0;
    line-height: 10vh;
}
header a 
{
    color: black;
    text-decoration: none;

}
header a:hover
{
    text-decoration: underline;
}
header li
{
    display: inline;
    margin-right: 4vw;
    
}

.id
{
    
    height: 40vh;
    color: white;
    background-image: url("img3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    

}
.id p
{
    position: relative;
    top: 10vh;
    text-align: center;
    font-size: 40px;
}
.id2
{
    height: 40vh;
    display: flex;
    background-color: antiquewhite;
    
   
}

.id2 p
{
    position: relative;
    top: 10vh;
    text-align: center;
    font-size: 40px;
    color: #6c584c;
    width: 50vw;
    
}
.id2 h2
{
    position: relative;
    top: 10vh;
    width: 50vw;
    text-align: center;
    font-size: 40px;
    color: saddlebrown;
}
.id2 img
{
    width: 50vw;
    
} 
.id3
{
    display: flex;
    height: 40vh;
    background-color: antiquewhite;
    
    
}
.id3 img
{
    width: 50vw;
} 
.id3 p
{
    position: relative;
    top: 10svh;
    width: 50vw;
    text-align: center;
    font-size: 40px;
    color: #6c584c;
    
}
.id3 h2
{
    position: relative;
    top: 10svh;
    width: 50vw;
    text-align: center;
    font-size: 40px;
    color: saddlebrown;
}
.id4
{
    background-color: #dde5b6;
    height: 10vh;
    padding: 30px 0px;
    text-align: center;

}
.id4 h1
{
    color:#a98467;
    font-size: 30px;
    
}
.id4 a
{
    text-decoration: none;
    
    font-size: 30px ;
    border: 5px #a98467 solid;
    padding: 10px 10px;
    color:#a98467;
    line-height: 80px;
    border-radius: 5px;
}
.id4 a:hover
{
    background-color: #adc178;
    text-decoration:underline
}
.sid
{
    height: 80vh;
    display:flex;
    background-color: #124559;
}
.sid a
{
    text-decoration: none;
    
    font-size: 30px ;
    border: 5px #a98467 solid;
    padding: 10px 10px;
    color:#a98467;
    line-height: 80px;
    border-radius: 5px;
}

.sid2/*connect*/
{
    width: 100%;
    height: 20vh;
    background-color: #124559;
    position: relative;
    text-align: center;
    
}
.sid2 h2
{
    position: relative;
    top: 60px;
    left: 1vw;
    line-height: 11vh;
    color: white;
    font-size: 45px;
    
    
}
.sid3/*connect*/
{
    height: 60vh;
    display:flex;
    background-color: antiquewhite;
}
.sid3 a
{
    text-decoration: none;
    
    font-size: 30px ;
    border: 5px #e08b4b solid;
    padding: 10px 10px;
    color:#e08b4b;
    line-height: 80px;
    border-radius: 5px;
}
.div1
{
    position: relative;
    left: 20vw;
    top: 10vh;
    width: 25vw;
    text-align: center;
    font-size: 10px;
    color: white;
}
.div1 img
{
    width: 20vw;
}
.div1 p
{
    font-size: 30px;
    text-align: center;
    line-height:40px;
}
.div1 h2
{
    font-size: 40px;
    text-align: center;
    color:white ;
}

.div2
{
    
    position: relative;
    left: 25vw;
    top: 10vh;
    width: 25vw;
    text-align: center;
    font-size: 10px;
    color: white;
    
}
.div2 img
{
    width: 20vw;
}
.div2 p
{
    font-size: 30px;
    text-align: center;
    line-height:40px;
}
.div2 h2
{
    font-size: 40px;
    text-align: center;
    color:white ;
}
.div3
{
    position: relative;
    left: 38vw;
    top: 9vh;
    width: 25vw;
    text-align: center;
    font-size: 10px;
    color: white;
}

.div3 a
{
    font-size: 30px;
    text-align: center;
    line-height:40px;
    position: relative;
    top: 20vh;
    width: 25vw;
}
.div3 a:hover
{
    background-color: #187ca3;
    text-decoration:underline
}
.div3 h2
{
    font-size: 40px;
    text-align: center;
    color:black ;
    position: relative;
    top: 14vh;
    width: 25vw;
}

.div4
{
    
    position: relative;
    left: 25vw;
    top: 10vh;
    width: 25vw;
    text-align: center;
    font-size: 10px;
    
    
}


.div4 h2
{
    font-size: 40px;
    text-align: center;
    color:black ;
    position: relative;
    top: 14vh;
    width: 25vw;
}
.div4 a
{
    font-size: 30px;
    text-align: center;
    line-height:40px;
    position: relative;
    top: 15vh;
    width: 25vw;
}
footer
{
    background-color: #6c584c;
    color: #B7B7B7;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    
    
}


@media screen and (max-width: 768px)
 
{
*
{
        padding: 0;
        margin: 0;

}
body,html
{
    padding: 0;
    margin: 0;
    height: 100%;
}

header
{
   
    background-color: #f0ead2;
    height: 10vh;
    width: 100%;
    
    
    
}
header h1
{
    position: absolute;
    left: 30px;
    top: 0;
    line-height: 10vh;
}
header ul
{
    
    position: absolute;
    right: 1vw;
    top: 0;
    line-height: 10vh;
}
header a 
{
    color: black;
    text-decoration: none;

}
header a:hover
{
    text-decoration: underline;
}
header li
{
    display: inline;
    margin-right: 4vw;
    
}

.id
{
    
    height: 40vh;
    color: white;
    background-image: url("img3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    

}
.id p
{
    position: relative;
    top: 10vh;
    text-align: center;
    font-size: 20px;
}
.id2
{
    height: 30vh;
    display: flex;
    background-color: antiquewhite;
    
   
}

.id2 p
{
    position: relative;
    top: 8vh;
    text-align: center;
    font-size: 13px;
    color: #6c584c;
    width: 50vw;
    
}
.id2 h2
{
    position: relative;
    top: 8vh;
    width: 50vw;
    text-align: center;
    font-size: 25px;
    color: saddlebrown;
}
.id2 img
{
    width: 50vw;
    
} 
.id3
{
    display: flex;
    height: 30vh;
    background-color: antiquewhite;
    
    
}
.id3 img
{
    width: 50vw;
} 
.id3 p
{
    position: relative;
    top: 10svh;
    width: 50vw;
    text-align: center;
    font-size: 15px;
    color: #6c584c;
    
}
.id3 h2
{
    position: relative;
    top: 10svh;
    width: 50vw;
    text-align: center;
    font-size: 25px;
    color: saddlebrown;
}
.id4
{
    background-color: #dde5b6;
    height: 10vh;
    padding: 30px 0px;
    text-align: center;

}
.id4 h1
{
    color:#a98467;
    font-size: 30px;
    position: relative;
    top: -15px;;
    
}
.id4 a
{
    text-decoration: none;
    
    font-size: 30px ;
    border: 5px #a98467 solid;
    padding: 5px 8px;
    color:#a98467;
    line-height: 50px;
    border-radius: 5px;
    position: relative;
    top: -10px;;
}
.id4 a:hover
{
    background-color: #adc178;
    text-decoration:underline
}
.sid
{
    height: 70vh;
    display:flex;
    background-color: #124559;
}
.sid a
{
    text-decoration: none;
    
    font-size: 15px ;
    border: 5px #a98467 solid;
    padding: 10px 10px;
    color:#a98467;
    line-height: 80px;
    border-radius: 5px;
}




.div1
{
    position: relative;
    left: 6vw;
    top: 8vh;
    width: 45vw;
    text-align: center;
    font-size: 10px;
    color: white;
}
.div1 img
{
    width: 20vw;
}
.div1 p
{
    font-size: 15px;
    text-align: center;
    line-height:25px;
}
.div1 h2
{
    font-size: 25px;
    text-align: center;
    color:white ;
}

.div2
{
    
    position: relative;
    left: 8vw;
    top: 8vh;
    width: 45vw;
    text-align: center;
    font-size: 10px;
    color: white;
    
}
.div2 img
{
    width: 20vw;
}
.div2 p
{
    font-size: 15px;
    text-align: center;
    line-height:25px;
}
.div2 h2
{
    font-size: 25px;
    text-align: center;
    color:white ;
}


.sid2/*connect*/
{
    width: 100%;
    height: 20vh;
    background-color: #124559;
    position: relative;
    text-align: center;
    
}
.sid2 h2
{
    position: relative;
    top: 60px;
    left: 1vw;
    line-height: 20px;
    color: white;
    font-size: 20px;
    
    
}

.sid3/*connect*/
{
    height: 60vh;
    position: relative;
    display:flex;
    background-color: antiquewhite;
}

.div3
{
    position: relative;
    left: 32vw;
    top: 5vh;
    text-align: center;
    width: 40vw;
    color: black;
}
.div3 a
{
    text-decoration: none;
    font-size: 15px ;
    border: 5px #e08b4b solid;
    padding: 10px 10px;
    color:#e08b4b;
    line-height: 40px;
    border-radius: 5px;
    position: relative;
    top: 15vh;
    
}

.div3 a:hover
{
    background-color: #187ca3;
    text-decoration:underline
}
.div3 h2
{
    font-size: 25px;
    text-align: center;
    position: relative;
    top: 14vh;
    width: 40vw;
    color: black;
}

.div4
{
    
    position: relative;
    left: 15vw;
    top: 5vh;
    width: 40vw;
    text-align: center;
   
    
    
}


.div4 h2
{
    font-size: 25px;
    text-align: center;
    color: black;
    position: relative;
    top: 14vh;
    left: 9px;
    
}
.div4 a
{
    text-decoration: none;
    font-size: 15px ;
    border: 5px #e08b4b solid;
    padding: 10px 10px;
    color:#e08b4b;;
    line-height: 40px;
    border-radius: 5px;
    position: relative;
    top: 15vh;
    right: 20px;
    
}

footer
{
    background-color: #6c584c;
    color: #B7B7B7;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    
    
}

}
