/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    width: 100%;
    font-size: 62.5%;
}

.navFlex {
    display: flex;
    justify-content: space-evenly;
    background-color: white;
    border: .1rem solid #262322;
    padding: 3rem;
    align-items: center;;
}

.navFlex img {
    width: 8rem;
    /* margin-left: .rem; */
}

nav h1 {
    border-right: .3rem solid black;
    padding-right: 3rem;
    text-align: center;
    font-size: 2.5rem;

}

.navin {
    text-decoration: none;
    color: #63372c;
    font-size: 3rem;
}
nav .navin.photos{
    border-right:.3rem 
    solid black;
    padding-right: 3rem;
}

nav .navin.about{
    padding-right: 3rem;
    border-right:.3rem solid black;
}

.topPart {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f4f4f4;

    
}
.pic {
   transform: rotate(-45deg);
    width: 20.5rem;  
    height: 20.5rem;
    margin:8rem;
    margin-bottom: 3rem;
    overflow: hidden;
    
}

img .logoMiddle{
    transform: rotate(45deg);
    width: 20.5rem;
    height:20.5rem;
    margin: .25rem;
    overflow: hidden;

}

.topPart h2 {
    margin: 5rem;
    font-size: 6rem;
    font-weight: 550;
    margin-bottom: 4rem;
    letter-spacing: .5rem;
    text-align: center;
}

.topPart h3 {
    font-size: 4rem;
    margin-bottom: 8rem;
    letter-spacing: .4rem;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;

}

.profiles {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.profiles h2 {
    font-size: 7rem;
    font-weight:550 ;
    margin-top:7rem;
    letter-spacing: .4rem;
}

.profiles h3 {
    font-size: 4rem;
    padding-left: 10rem;
    padding-right: 10rem;
    margin: 2rem;
    text-align: center;
    line-height: 6rem;
    letter-spacing: .4rem;
}

.profiles h6 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .5rem;
}

.profiles img {
    border-radius: 50%;
    width: 10%;
    margin: 4rem;

}

.second {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: .2rem solid black;
}

 .second img {
     width: 90%;
     height: 35%;
     margin-bottom: 4rem;
 }

 .second h5 {
    font-size: 2.8rem;
    text-align: center;
    width:80%;
}

.continue {
    font-size: 2.5rem;;
    text-decoration: none;
    margin: 4rem;
    text-align: center;
    padding: 2rem;
    border: .1rem solid black;
   

}

.continue:hover{
    color:white;
    background-color: black;
}


.Contacts {
	display:flex;
	flex-direction: column;
	justify-content: center;
	background-color:black;
	padding:30px;
	align-items: center;
	margin-bottom:0;
	position: relative;
	bottom:0;


	
}

.conbutt {
	padding: 2rem;
	color: white;
	text-decoration: none;
	font-size: 2rem;
	background-color: none;
	border-radius: 25%;

}

.conbutt:hover {
    background-color: white;
    color: black;
}

.socialflex {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 6rem;
}

.fa {
    padding: 2rem;
    padding-bottom: 2rem;
	font-size: 3rem;
	width: 5rem;
	text-align: center;
	text-decoration: none;
	margin:.3rem .1rem;
  } 
  .fa:hover {
    opacity: 0.7;
}
	.fa-twitter {
	background: #55ACEE;
	color: white;
  }
  .fa-instagram {
	background: #125688;
	color: white;
  }

.fa-facebook {
	background: #3B5998;
	color: white;
  }

  .fa-github {
	  background: black;
	  color:white;
  }

  .foot {
    color: white;
    margin-top: 2rem;
  }



  /* contactus.html */

.meetUs h2{
    font-size: 9rem;
    text-align: center;
    margin: 5rem;
}

.team {
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-evenly;
align-items: center;
}


.team img{
    width: 100%;
    height: auto;

}

.memberOne{
    font-size: 1.5rem;
    text-align: center;
    background-color: white;
    margin: 2rem;
    width: 30%;
}

.memberOne .fa {
    width: 80%;
}



.memberTwo{
    font-size: 1.5rem;
    text-align: center;
    background-color: white;
    margin:2rem;
    width: 30%;
}

.memberTwo .fa {
    width: 80%;
}

.memberThree{
    font-size: 1.5rem;
    text-align: center;
    background-color: white;
    margin:2rem;
   
    width: 30%;
}

.memberThree .fa {
    width: 80%;
}

.memberFour{
    font-size: 1.5rem;
    text-align: center;
    background-color: white;
    margin:2rem;
   
    width: 30%;
}
.memberFour .fa {
    width: 80%;
}

.memberFive{
    font-size: 1.5rem;
    text-align: center;
    background-color: white;
    margin:2rem;
   
    width: 30%;
}
.memberFive .fa {
    width: 80%;
}


.memberSix{
    font-size: 1.5rem;
    text-align: center;
    background-color: white;
    margin:2rem;
   
    width: 30%;
}
.memberSix .fa {
    width: 80%;
}

.memberSeven{
    font-size: 1.5rem;
    text-align: center;
    background-color: white;
    margin:2rem;
   
    width: 30%;
}
.memberSeven .fa {
    width: 80%;
}
/*  */




  
@media(min-width:1000px){

    .navFlex {
        font-size: 2rem ;
    
    }

    .topPart h2 {
        margin: 5rem;
        font-size: 8em;
      
    }
    
    .topPart h3 {
        font-size: 4rem;
        margin-bottom: 8rem;
        letter-spacing:1rem;
        text-align: center;
        padding-left: 2rem;
        padding-right: 2rem;
    
    }
   
.profiles{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.profiles h2 {
    font-size: 3rem;
    align-items: center;
    margin-top: 0rem;
    padding-left:5rem;
    border-right: .2rem solid black;
    padding-right: 5rem;

}

.profiles h3 {
    font-size: 2rem;
    line-height: 2rem;
    border-right: .2rem solid black;
    padding-right:3rem;
    padding-left: 0rem;

}
.second img {
    width: 100%;
    height: 35%;
    margin-bottom: 4rem;
}

.second h5 {
    font-size: 2rem;
    text-align: center;
    width: 80%;

}

}

@media(max-width:800px){

.navFlex {
    display: flex;
    justify-content: space-evenly;
    border: .1rem solid #262322;
    padding: 3rem;
    align-items: center;
}

.navFlex img {
    width: 8rem;
}

nav h1 {
    border-right: .1rem solid black;
    padding-right: 1.5rem;
    font-size: 1.5rem;

}

.navin {
    font-size: 1.5rem;
}

nav .navin.photos{
    border-right:.1rem 
    solid black;
    padding-right: 1.5rem;
}

nav .navin.about{
    padding-right: 1.5rem;
    border-right:.1rem solid black;
}



 .topPart h2 {
     margin: 2rem;
     font-size: 3rem;
     font-weight: 550;
     margin-bottom: 2rem;
     margin-top: 4rem;
     letter-spacing: .8rem;
     
  
 }
 .topPart h3 {
     font-size: 2rem;
     margin-bottom: 5rem;
     letter-spacing: .2em;
     padding-left: 2rem;
     padding-right: 2rem;
 
 }

 .profiles h2 {
    font-size: 4rem;
    margin-top:4rem;
    letter-spacing: .4rem;
}

.profiles h3 {
    font-size: 2rem;
    margin: .1rem;
    text-align: center;
    line-height: 4rem;
    letter-spacing: .2rem;
    margin-top: .5rem;
}

 .second h5 {
    font-size: 2rem;
    letter-spacing: .2rem;
}

.meetUs h2{
    font-size: 6rem;
}
}
