﻿
.homelinkTransition {
    -webkit-transform: rotate(0deg) scale(1.1); 
    -moz-transform: rotate(0deg) scale(1.1);
    -o-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
}


.title{
    text-align:center;
}

  body {
        font-family:	'Michroma', serif;
      }

.homeimglink{
    margin-top:10px;
    margin-bottom:10px;
    margin-left:5px;
    margin-right:5px;
    text-align:center;
    cursor: pointer;
    border-radius:6px;
    background:rgba(255,255,255,0.15);      
}

.homeimglink:hover{


    margin-top:10px;
    margin-bottom:10px;
    margin-left:5px;
    margin-right:5px;
    text-align:center;
    cursor: pointer;
    border-radius:6px;
    background:rgba(255,255,255,0.5);      
}

