@charset "UTF-8";
/* CSS Document */

@import url("../webfonts/belgrano/stylesheet.css");

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
    font-family:belgranoregular;
}

a img {border: none;} 


html { 

-webkit-text-size-adjust:none; 
-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}



div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, address, blockquote {
	margin: 0;
	padding: 0;
}



/*Main Content*/



#header {
    text-align:center;
}

#links {
    text-align:center;
    margin-top: 10px;
}

#links a img {
    width: 40%;
    margin-top: 10px;
    border: solid 2px #000;
    margin-right: 1%;
    margin-left: 1%;
}

#maincontentcontainer {
    border-bottom: solid 2px #000;
    padding-top: 80px;
    padding-bottom: 80px;
}

#maincontent2container {
    background-color: #c6a1f0; 
    padding-top: 80px;
    padding-bottom: 80px;
    
}

.entry {
    width: 90%;
    margin-right:auto;
    margin-left:auto;
    clear:both;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow:hidden;
    text-align:center;
    
}

.left {
   
    width:100%;
    text-align:center;
}

.right {
    
    width:100%;
}

#maincontent2 a img {
    width: 30%;
    margin-right: 1%;
    margin-left: 1%;
    border: solid 2px #000;
}

#footercontainer {
    background-color: #000;

}

#footer {
    width: 100%;
    margin-right:auto;
    margin-left:auto;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align:center;
}

#footer a {
    text-decoration: none;
    color: #fff;
    transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

#footer a:hover {
    color: #7B6596;
}

#footer a:visited {
    color: #fff;
}

/*Fonts*/

#maincontent h2 {
    font-size: 50px;
    text-align:center;
    font-weight: normal;
}

#maincontent p {
    text-align: justify;
    font-size: 19px;
    margin-top: 35px;
    margin-left: 20px;
    margin-right: 20px;
}

#maincontent2 h2 {
    font-size: 50px;
    text-align:center;
    font-weight: normal;
}

#maincontent2 h3 {
    font-size: 20px;
    margin-top: 50px;
    clear:both;
    text-align:center;
}

.entry p {
    font-size: 30px;
    margin-top: 60px;
}

#footer {
    font-size: 15px;
    color: #fff;
}


/*Images*/

img#banner {
    width:80%;
    margin-top: 20px;
    
}

img#headshot {
    width:60%;
    border: solid 2px #000;
    margin-top: 30px;
}

img#agent {
    width: 80%;
    border: solid 2px #000;
}