/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-mag-2017, 9.45.53
    Author     : daniel-linux
*/

/* Move down content because we have a fixed navbar that is 50px tall */
body {
        /*overflow:hidden;*/
        
  padding-top: 0px;
  padding-bottom: 20px;
  background-color:#111212;
  margin:0;
}

::-webkit-scrollbar { 
    display: none; 
}

#mainTitle
{
    width:100%;
 
    margin-bottom:20px;
}
#mainTitle h1
{
    width:90%;
    float:left;
    margin-left:50px;
    color:#e6e6e6;
    font-size:50px;
     font-family: "Times New Roman", Times, serif;
}
#mainContainer
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    padding:50px;
    margin-bottom: 200px;
}

#material
{
    width:100%;
    height:250px;
}

#divTitle
{
   
    width:100%;
    margin-left:auto;
    margin-right: auto;
    height:30px;
    float:right;
    margin-bottom: 30px;
}
#divTitle h1
{
   
    width:70%;
    font-size:20px;
   font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-align:left;
    float:right;
    color: #f2f2f2;
}
#divMImage
{
    height:200px;
    width:200px;
    float:left;
}

#divMImage img
{
   
    width:90%;
    height:90%;
    margin-left:5%;
    margin-top:5%;
}
#divMText
{
    float:left;
    margin-left:20px;
    margin-top:20px; 
}
#divMText ul
{
      line-height: 25px;
}
#divMText li
{
    color: #e6e6e6;
}
 
#line
{
    width:80%;
    margin-left:10%;
    margin-right:10%;
    background-color: #e6e6e6;
    height:1px;
    float:left;
}

#footer
{
    background-color:#4f57a2;
    width:800px;    
    padding:10px;
}
#footer h1
{
  	  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	  font-size: 16px;
      text-align: center;
      color:white;
}